home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / 2051_driverLoader_manpage.txt < prev    next >
Text File  |  1995-10-12  |  2KB  |  62 lines

  1.  
  2.  
  3. DRIVERLOADER(8)     UNIX Programmer's Manual      DRIVERLOADER(8)
  4.  
  5. NAME
  6.      driverLoader - load or configure a driver
  7.  
  8. SYNOPSIS
  9.      /usr/etc/driverLoader [ aiv ] [ d=deviceName ] [ instance ]
  10.  
  11. DESCRIPTION
  12.      driverLoader loads or configures a driver after boot time.
  13.      driverLoader is normally used in the script /etc/rc during
  14.      automatic reboot.
  15.  
  16.      The d option configures one device interactively.    This is
  17.      how you load drivers that aren't specified in the system
  18.      configuration, and is generally used to test a device
  19.      driver.  For example, specifying the -d option as in this
  20.      command:
  21.  
  22.       /usr/etc/driverLoader d=Adaptec1542B
  23.  
  24.      initiates an interactive dialog (user input in bold):
  25.  
  26.       Answer queries with 'y' for 'yes', anything else is 'no'.
  27.       Execute Pre-Load file (pre-load filename)? y
  28.       Load driver Adaptec1542B? y
  29.       Configure driver Adaptec1542B unit 0? y
  30.       Execute Post-Load file (post-load filename)? y
  31.  
  32.      The queries about Pre-Load and Post-Load files only appear
  33.      if the driver supports such files. The filenames for the
  34.      Pre-Load and Post-Load files are specific to a given driver.
  35.  
  36.      You provide the instance argument to specify an
  37.      Instancen.table file. For example, if you specify instance
  38.      as 1, the driver will be probed using the information in its
  39.      Instance1.table file.
  40.  
  41. OPTIONS
  42.      a      Configure all devices.  This option is generally used
  43.       when driverLoader is run during system boot in the
  44.       script /etc/rc.
  45.  
  46.      d=deviceName
  47.       Configure deviceName interactively.
  48.  
  49.      i      Enable interactive mode to view all active and boot
  50.       drivers in the system configuration.
  51.  
  52.      v      Produce verbose output.
  53.  
  54. EXAMPLES
  55.      /usr/etc/driverLoader d=fooDriver
  56.  
  57.      /usr/etc/driverLoader d=fooDriver 1
  58.  
  59. SEE ALSO
  60.      /NextLibrary/Documentation/NextDev/OperatingSystem/Part3_DriverKit
  61.  
  62.